From c48d46e9a131a4e9eeb3a20a9438bcaa7ff4dd13 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 2 Jan 2009 15:19:31 +0000 Subject: [PATCH] (System Processes): Document the `time' and `ctime' attributes of `system-process-attributes'. --- doc/lispref/processes.texi | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi index 8a7018811c8..f18c758f942 100644 --- a/doc/lispref/processes.texi +++ b/doc/lispref/processes.texi @@ -1744,10 +1744,15 @@ Time spent by the process in the system (kernel) context, for processing system calls. The corresponding @var{value} is in the same format as for @code{utime}. +@item time +The sum of @code{utime} and @code{stime}. The corresponding +@var{value} is in the same format as for @code{utime}. + @item cutime @itemx cstime -Like @code{utime} and @code{stime}, but includes the times of all the -child processes of the given process. +@itemx ctime +Like @code{utime}, @code{stime}, and @code{time}, but include the +times of all the child processes of the given process. @item pri The numerical priority of the process. -- 2.30.2